home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / _archvrs / unix / freeze-2.lha / freeze / bitio.c next >
Text File  |  1993-02-22  |  165b  |  4 lines

  1. unsigned bitbuf = 0;    /* use native word size, it's faster */
  2. int     bitlen = 0, overrun = 0;
  3. long    bytes_out;      /* counter of bytes processed by PutBits */
  4.